home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / contact / cplus25.zip / FRIEND.BAT < prev    next >
DOS Batch File  |  1992-12-28  |  772b  |  27 lines

  1. echo off
  2. if %1.==. goto goodbye
  3. cls
  4. echo.
  5. echo This batch file will make a copy of Contact Plus onto floppy %1
  6. echo.
  7. echo The data files will NOT be transferred ... only the program files.
  8. echo.
  9. echo Place a blank formatted diskette into drive %1 and
  10. pause
  11. echo Now making a copy ... standby
  12. copy c.exe %1 > nul
  13. copy csetup.exe %1 > nul
  14. copy c.hlp %1 > nul
  15. copy csetup.hlp %1 > nul
  16. copy friend.bat %1 > nul
  17. copy cbackup.bat %1 > nul
  18. copy c.doc %1 > nul
  19. echo.
  20. echo A fresh copy of the Contact Plus program files have been copied to
  21. echo floppy drive %1.  The data files have NOT been copied.
  22. echo.
  23. echo The first time your friend runs Contact Plus, he will be asked if
  24. echo he wishes to create a new database.  Have him answer YES.
  25. echo.
  26. :goodbye
  27.